func go/types.allOrdered

3 uses

	go/types (current package)
		expr.go#L796: 		case !allOrdered(x.typ):
		expr.go#L799: 		case !allOrdered(y.typ):
		predicates.go#L44: func allOrdered(typ Type) bool         { return allBasic(typ, IsOrdered) }